home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / cnormal.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  344 b   |  20 lines

  1. .TH CNORMAL
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CNORMAL
  5.  
  6.  
  7.  
  8.  VectorType CNORMAL( CurveType Crv, NumericType TParam )
  9.  
  10. Computes the normal vector to curve Crv at the
  11. parameter values TParam. The returned vector has a
  12. unit length.
  13.  
  14. Example:
  15.  
  16.     Normal = CNORMAL( Crv, 0.5 );
  17.  
  18. computes the normal to Crv at the parameter value 0.5.
  19. See also CNRMLCRV.
  20.